home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / js_pack2.arj / JSDDUPER.TXT < prev   
Text File  |  1993-12-13  |  5KB  |  156 lines

  1. JSDDUPER Utility Program Documentation
  2. (Ver 4.0)
  3.  
  4. Author: Johnathan Mark Smith
  5.  
  6.  
  7. THE OLD DISCLAIMER
  8.  
  9.   This software and manual are sold "as is" and without warranties
  10.   as to performance or merchant ability or any other warranties
  11.   whether expressed or implied. Because of the various hardware and
  12.   software environments into which this program may be put, no
  13.   warranty of fitness for a particular purpose is offered.
  14.  
  15.   The user must assume the entire risk of using and evaluating this
  16.   program. Any liability of  Johnathan Mark Smith Technology will be
  17.   limited exclusively to product replacement or refund of purchase
  18.   price. If you find these terms unacceptable, do not use this
  19.   product.
  20.  
  21. Introduction
  22.  
  23.     As time goes by more and more Mainframe Systems are being down 
  24. sized to run on PC's, but one of the biggest setbacks are duplicate
  25. records on one file. The JSDDuper utility will simplify the task
  26. of deleting duplicate records from a file and the utility will make a 
  27. new file without the duplicate records on it.
  28.  
  29.     JSDDuper Ver 3.5 provides the following features:
  30.  
  31.     1)     Input file don't have to be sorted.
  32.  
  33.     2)     Faster then JSDDuper Ver 2.1 and under.
  34.  
  35.     3)     No more need for a control file.
  36.  
  37.     4)     No limit on input file size.
  38.     
  39.     5)     DeDupes with or without case sensitivity.
  40.  
  41.     6)     For Huge file a fast and stealth mode.
  42.  
  43.  
  44.  
  45.  
  46.     The JSDDuper  program must be provided with control information 
  47. to govern its execution. This information is read from the command line.
  48. The format is:
  49. JSDDUPER [OPTIONS] <INPUT FILE>,<STARTING BYTE OF FIELD>,<SIZE OF FIELD> <OUTPUT FILE>
  50.  
  51.  
  52. Sample #1:
  53.     JSDDUPER A:\TEST.DAT,2,6 A:\NEW.OUT
  54.  
  55. This tells the utility to use the file a:\test.dat as the input file and
  56. the field to check for dupes is starting in byte 2 and the size of the
  57. field is 6 bytes long. Also use the file A:\new.out for output.
  58.  
  59. OPTIONS
  60.     
  61.         -bz             This option will tell the utility that
  62.             the input file is not CRLF and
  63.             the record length is z long, 
  64.             also make the output file without CRLF.
  65.             
  66.         -C              Turns off case sensitivity.
  67.  
  68.         -X              Turns off exiting on input data error.
  69.  
  70.         -s              Turn on fast and stealth mode.
  71.  
  72. Sample #2:
  73.         JSDDUPER -C A:\TEST.DAT,2,6 A:\NEW.OUT
  74. This is the same thing as sample #1 but now the utility turns off
  75. case sensitivity.
  76.  
  77.  
  78. Registration
  79.  
  80.   I will keep improving the program if I know enough people are
  81.   finding it useful.
  82.  
  83.   My registration policy is very flexible. The nominal fee are listed
  84.   in the file REGISTER.TXT. If you don't feel you will get your money
  85.   worth of use out of JSDDuper, send whatever it is worth to you.
  86.   If you are impoverished and can't afford to pay anything,
  87.   enclose a stamped self-addressed envelope
  88.   and I will send you a registration.
  89.  
  90.   This is not freeware or public domain. Shareware is simply a means
  91.   of marketing commercial software. You are required to register if
  92.   you intend to use this program after a reasonable trial period.
  93.  
  94.   When registering, please tell me the version number you have 
  95.   and where you obtained your copy of JSDDuper.
  96.  
  97.   Foreign checks and credit cards OK. See REGISTER.TXT for details.
  98.  
  99.   JSDDuper should be registered for the maximum number of copies that
  100.   can be used simultaneously at your site. Site fees for commercial
  101.   users can be negotiated.
  102.  
  103.   If you register for the full fee, and enclose a Shipping and
  104.   Handling fee of $2 I will send you the latest versions of JSDDuper and
  105.   Some Free Demo's.  if you decide to use it after a trial period. 
  106.   I will also send other File related shareware programs.
  107.  
  108.  
  109. Registered version features
  110.  
  111. * FREE NEWSLETTERS
  112.  
  113. * DISCOUNTS ON SHAREWARE
  114.  
  115. * CUSTOM DEFAULT SETTINGS
  116.  
  117.  
  118. Program Abort
  119.  
  120.     Hitting Control-C (or Control-Break) will terminate the program
  121.     immediately. 
  122.  
  123.  
  124. Distribution
  125.  
  126.     Permission is hereby given to copy and distribute this program
  127.     as long as no more than $5 is charged. It must be made clear to
  128.     the buyer that this is only a handling charge and not a
  129.     registration fee. You must include all files in their original
  130.     unmodified form when distributing this program. .
  131.  
  132.     Permission to distribute may be revoked by the Johnathan Mark Smith 
  133.     at any time for any reason.
  134.  
  135.     YOU MUST NOT DISTRIBUTE ANY COPY WHICH HAS BEEN BRANDED WITH
  136.     A REGISTRATION CODE. 
  137.  
  138. All trademarks used in this document are the property of their
  139. owners.
  140.  
  141.                          -Johnathan Mark Smith-
  142.  
  143.  
  144. Questions or suggestions regarding JSDDuper should be directed to the 
  145. author at the following address:
  146.  
  147.     Johnathan Mark Smith
  148.     2039 85 STREET
  149.     BROOKLYN, NY 11214
  150.  
  151.     Telephone: 718-373-3886
  152.  
  153.  
  154.  
  155.  
  156.